home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1990 September: Essentials 4 / ADC Developer CD (1990-09) [Essentials 4]_iso / Developer Essentials 4.iso / d e v e l o p / develop / develop Issue 1 / develop Issue 1.rsrc / PICT_29046_page 66.png < prev    next >
Portable Network Graphic  |  1990-09-25  |  14.7 KB  |  549x729  |  1-bit (2 colors)
   ocr: One method for printing PostScript withow relying on the type of printer being used is using the TextisPost: Script PicComment: Ficlomment rostscriptbegin, 0, NIL); PicComment (TextlsPostScript, 0, NIL); Drawstring (ThePostScript); PicComment (PostScriptind, 0, NIL); The problem with this technique is that because non-rostscrpt printers ignore the TextlsPostScript PirComment, DrawString, which is a QuickDraw procedure, literally sends ThePostScript tot the printer, resulting in garbage being printed. A better technique is using the PostScriptHandle PicComment. Because this comment is only unde ...